home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 212 (1995)(SOMC)(Disk 3 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 212 (1995)(SOMC)(Disk 3 of y)[SMCxxxC30Ix].adf / Install < prev    next >
Text File  |  1995-07-19  |  693b  |  29 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install Ultimatum to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.     If exists c:lha
  12.      echo "Lha already exist..."
  13.      echo "Installing Ultimatum......."
  14.      lha x smc212c30i3:Ultimatum.lha
  15.      c:delete install.info
  16.     Else
  17.      c:copy smc212c30i3:lha c:
  18.      lha x smc212c30i3:Ultimatum.lha
  19.      endif
  20.    echo "All done Enjoy. "
  21. Else
  22.    echo "Maybe later then, bye now........"
  23. endif
  24. quit
  25. LAB loser
  26. echo "You can't install to this Disk.  Please move this icon to  where you want "
  27. echo "Ultimatum installed on your Hard-Drive."
  28. wait 5
  29.